home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1100.dms / q1100.adf / TeleBASE / rexx / search.rexx < prev    next >
OS/2 REXX Batch file  |  1997-04-10  |  137b  |  12 lines

  1. /* Test Telebase */
  2.  
  3. address tbase
  4. options results
  5.  
  6. START
  7.  
  8. say 'Enter String to search for'
  9. pull SerVar
  10. SEARCH SerVar
  11. if result then TAG
  12.